←Select platform

Retrieve<T>() Method

Summary

Resolve an instance of the default requested type from the container.

Syntax

C#
VB
C++
public static T Retrieve<T>() 
  
Public Overloads Shared Function Retrieve(Of T)() As T 
public: 
static _T^_ Retrievegeneric<typename T> 
();  

Type Parameters

T
Type of object to get from the container.

Return Value

The retrieved object.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly